Connected in Crisis - Code Directory Structure

This directory includes all components needed to build, run, and test the Connected in Crisis system.

1. Source
Contains the source code for the backend (Node.js), frontend (HTML/CSS/JavaScript), and utility scripts.

2. public (inside source)
Includes all website assets such as HTML pages, CSS stylesheets, images, and JavaScript files required for the user interface.

3. Executables
Contains deployable versions of the app, such as a zipped build or any installer used for deployment.

4. Database
The database.sqlite file, already located in the Source folder, contains both schema and data.
A separate schema.sql file is provided in the Database folder for reference.

5. Installation_Guide.pdf
Step-by-step setup instructions with screenshots showing how to install and configure the system.

6. User_Manual.pdf
Instructions for how to use the application, including how to search for evacuees, assign QR codes, manage shelters, and use the admin panel.
